Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: WalletConnect/WalletConnectSharp#79 #141

Merged
merged 3 commits into from
Oct 20, 2023

Conversation

skibitsky
Copy link
Member

@skibitsky skibitsky commented Oct 17, 2023

The behaviour was caused by two issues:

  • WebSocket connection experiencing a timeout after 60 seconds of inactivity due to the default behavior of the WebSocket.Client library (reconnection docs).
  • WebSocket connection disconnected by WalletConnect Relay's load balancer after 5 minutes of inactivity. After the Relayer reconnects, some of its events didn't reach the Subscriber, resulting in topics not being resubscribed.

This PR fixes #79

@skibitsky skibitsky merged commit 0eb2ee5 into 2.0 Oct 20, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throwing exceptions when after few minutes with no interaction
1 participant